Does anyone know of a way to go from an object handle to its parent module's handle? If I have the handle of a non-null Object o. Can I determine what its parent module is and grab the module handle? I don't see a direct way to do it from the DXL Reference Manual. Thanks in advance! Bob3 - Thu Jan 10 16:45:41 EST 2019 |
Re: Get a module handle from an object handle
It is function "module(containing object)"
Declaration
Module module(Object o)
Operation
Returns the module that contains object o.
|